Commit f9ac8fea by Corentin Wallez

Fix compilation warning in ANGLETest

BUG=angleproject:1105 Change-Id: I5f5f0ebea4fa83cc03df932e60e5843ba380597b Reviewed-on: https://chromium-review.googlesource.com/287831Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent e1bb74e7
......@@ -108,8 +108,8 @@ class ANGLETest : public ::testing::TestWithParam<angle::PlatformParameters>
bool destroyEGLContext();
EGLWindow *mEGLWindow;
size_t mWidth;
size_t mHeight;
int mWidth;
int mHeight;
static OSWindow *mOSWindow;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment