aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-02 15:04:16 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-02 15:04:16 +0000
commitd5c8fe6f344e1b141390c733017656f6fb3f5f63 (patch)
treeaa84667646274951981af8dd71c998d85519ad99 /include/views
parent5582e63606cf23fefeef652ad556b0a998467e0c (diff)
Removed ANGLE namespace requirement
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_Win.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h
index c17807a2d9..c857e7a6cd 100644
--- a/include/views/SkOSWindow_Win.h
+++ b/include/views/SkOSWindow_Win.h
@@ -68,9 +68,9 @@ private:
void* fHGLRC;
#if SK_ANGLE
- angle::EGLDisplay fDisplay;
- angle::EGLContext fContext;
- angle::EGLSurface fSurface;
+ EGLDisplay fDisplay;
+ EGLContext fContext;
+ EGLSurface fSurface;
#endif
bool fGLAttached;