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

Unified Diff: cc/test/fake_output_surface.h

Issue 1376883004: Overlays: Remove special casing of primary overlay plane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missed file Created 5 years, 3 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
Index: cc/test/fake_output_surface.h
diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
index d2af2e3d44c7400bf163e7dba965318379b9a862..1f2c2f84aefcddce6d463557667d9791d19d5d81 100644
--- a/cc/test/fake_output_surface.h
+++ b/cc/test/fake_output_surface.h
@@ -123,6 +123,8 @@ class FakeOutputSurface : public OutputSurface {
bool SurfaceIsSuspendForRecycle() const override;
+ unsigned GetOverlayTextureId() const override;
+
void set_has_external_stencil_test(bool has_test) {
has_external_stencil_test_ = has_test;
}

Powered by Google App Engine
This is Rietveld 408576698