diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-04-02 15:04:16 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-04-02 15:04:16 +0000 |
commit | d5c8fe6f344e1b141390c733017656f6fb3f5f63 (patch) | |
tree | aa84667646274951981af8dd71c998d85519ad99 /include/views | |
parent | 5582e63606cf23fefeef652ad556b0a998467e0c (diff) |
Removed ANGLE namespace requirement
http://codereview.appspot.com/5969065/
git-svn-id: http://skia.googlecode.com/svn/trunk@3571 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/views')
-rw-r--r-- | include/views/SkOSWindow_Win.h | 6 |
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; |