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

Unified Diff: app/gfx/gl/gl_context_egl.h

Issue 4815001: Use inner HWND for accelerated rendering on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
Index: app/gfx/gl/gl_context_egl.h
===================================================================
--- app/gfx/gl/gl_context_egl.h (revision 66779)
+++ app/gfx/gl/gl_context_egl.h (working copy)
@@ -51,6 +51,7 @@
virtual bool IsCurrent();
virtual bool IsOffscreen();
virtual bool SwapBuffers();
+ virtual void SetSize(gfx::Size);
virtual gfx::Size GetSize();
virtual void* GetHandle();
virtual void SetSwapInterval(int interval);

Powered by Google App Engine
This is Rietveld 408576698