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

Unified Diff: ui/gl/gl_surface_stub.cc

Issue 2743663006: Allow switching DirectCompositionSurfaceWin between drawing modes. (Closed)
Patch Set: rebase Created 3 years, 9 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 | « ui/gl/gl_surface_stub.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface_stub.cc
diff --git a/ui/gl/gl_surface_stub.cc b/ui/gl/gl_surface_stub.cc
index 857a4ef8cf418646c217853f2b9b745811dcde7a..6f93fa8c058ee440d7f5097273bffc7b6ede82c0 100644
--- a/ui/gl/gl_surface_stub.cc
+++ b/ui/gl/gl_surface_stub.cc
@@ -39,7 +39,7 @@ GLSurfaceFormat GLSurfaceStub::GetFormat() {
return GLSurfaceFormat();
}
-bool GLSurfaceStub::SupportsSetDrawRectangle() const {
+bool GLSurfaceStub::SupportsDCLayers() const {
return supports_draw_rectangle_;
}
« no previous file with comments | « ui/gl/gl_surface_stub.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698