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

Unified Diff: app/gfx/gl/gl_context.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.h » ('j') | chrome/browser/gpu_process_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gfx/gl/gl_context.h
===================================================================
--- app/gfx/gl/gl_context.h (revision 66779)
+++ app/gfx/gl/gl_context.h (working copy)
@@ -39,7 +39,7 @@
// Set the size of the back buffer.
// FIXME(backer): Currently a NOP. Once we have an implementation for each
// backend we can switch it to pure virtual.
- virtual void SetSize(gfx::Size) {}
+ virtual void SetSize(gfx::Size) { }
apatrick_chromium 2010/11/19 23:09:51 You only made a whitespace change to this file.
nduca 2010/11/20 00:28:49 Done.
// Get the size of the back buffer.
virtual gfx::Size GetSize() = 0;
« no previous file with comments | « no previous file | app/gfx/gl/gl_context_egl.h » ('j') | chrome/browser/gpu_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698