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

Unified Diff: cc/test/test_web_graphics_context_3d.h

Issue 1491013005: Revert of DirectRenderer allows empty swap rects for CommitOverlayPlanes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « cc/output/renderer.h ('k') | content/browser/renderer_host/compositor_impl_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_web_graphics_context_3d.h
diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h
index 4e6d76115ea75deebe1eb08236ed68debac3a8bf..8fa4496845df301c8b94385b7ef3b9862f074d01 100644
--- a/cc/test/test_web_graphics_context_3d.h
+++ b/cc/test/test_web_graphics_context_3d.h
@@ -314,9 +314,6 @@
void set_have_post_sub_buffer(bool have) {
test_capabilities_.gpu.post_sub_buffer = have;
}
- void set_have_commit_overlay_planes(bool have) {
- test_capabilities_.gpu.commit_overlay_planes = have;
- }
void set_have_discard_framebuffer(bool have) {
test_capabilities_.gpu.discard_framebuffer = have;
}
« no previous file with comments | « cc/output/renderer.h ('k') | content/browser/renderer_host/compositor_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698