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

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

Issue 5105006: Resize synchronization for Linux. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: make -j17 all is my friend (fix the test build). 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 | chrome/browser/gpu_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gfx/gl/gl_context.h
diff --git a/app/gfx/gl/gl_context.h b/app/gfx/gl/gl_context.h
index 865af76595da34d8ab6d70e7ecfd6222e39092e4..5264c4acddc0b4fee6a4355e642b84aee866ea14 100644
--- a/app/gfx/gl/gl_context.h
+++ b/app/gfx/gl/gl_context.h
@@ -36,11 +36,6 @@ class GLContext {
// contexts.
virtual bool SwapBuffers() = 0;
- // 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) {}
-
// Get the size of the back buffer.
virtual gfx::Size GetSize() = 0;
« no previous file with comments | « no previous file | chrome/browser/gpu_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698