Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: ui/gl/gl_surface_wgl.h

Issue 653883004: Create child window using WS_EX_NOPARENTNOTIFY for WGL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gl/gl_surface_wgl.cc » ('j') | ui/gl/gl_surface_wgl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface_wgl.h
diff --git a/ui/gl/gl_surface_wgl.h b/ui/gl/gl_surface_wgl.h
index 18b7e845c211ef99839de24f5e858c2a5c5be2d4..aa32047e49c31f775aa144cdf27ffbe32428892f 100644
--- a/ui/gl/gl_surface_wgl.h
+++ b/ui/gl/gl_surface_wgl.h
@@ -42,6 +42,7 @@ class NativeViewGLSurfaceWGL : public GLSurfaceWGL {
private:
gfx::AcceleratedWidget window_;
+ gfx::AcceleratedWidget child_window_;
HDC device_context_;
DISALLOW_COPY_AND_ASSIGN(NativeViewGLSurfaceWGL);
« no previous file with comments | « no previous file | ui/gl/gl_surface_wgl.cc » ('j') | ui/gl/gl_surface_wgl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698