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

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
« no previous file with comments | « no previous file | app/gfx/gl/gl_context_egl.cc » ('j') | chrome/common/gpu_messages_internal.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gfx/gl/gl_context_egl.h
===================================================================
--- app/gfx/gl/gl_context_egl.h (revision 66799)
+++ 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);
« no previous file with comments | « no previous file | app/gfx/gl/gl_context_egl.cc » ('j') | chrome/common/gpu_messages_internal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698