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

Unified Diff: ui/gl/gl_surface_stub.h

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.cc ('k') | ui/gl/gl_surface_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface_stub.h
diff --git a/ui/gl/gl_surface_stub.h b/ui/gl/gl_surface_stub.h
index 87f5565582cb86c1e70620282fb365c93a07c6ee..7e11a9dfbae69ad49462ffe56ee46f868b70f9e5 100644
--- a/ui/gl/gl_surface_stub.h
+++ b/ui/gl/gl_surface_stub.h
@@ -31,7 +31,7 @@ class GL_EXPORT GLSurfaceStub : public GLSurface {
void* GetHandle() override;
bool BuffersFlipped() const override;
GLSurfaceFormat GetFormat() override;
- bool SupportsSetDrawRectangle() const override;
+ bool SupportsDCLayers() const override;
gfx::Vector2d GetDrawOffset() const override;
protected:
« no previous file with comments | « ui/gl/gl_surface.cc ('k') | ui/gl/gl_surface_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698