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

Unified Diff: ash/test/test_palette_delegate.cc

Issue 2824703006: Add MetalayerMode to the palette. (Closed)
Patch Set: Fixed copyright year Created 3 years, 8 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: ash/test/test_palette_delegate.cc
diff --git a/ash/test/test_palette_delegate.cc b/ash/test/test_palette_delegate.cc
index 49881d30e62c4b8c9053cdfd1948d1bd591eb04d..5110f2661c808aa01bc61cbf5399f24362f810e4 100644
--- a/ash/test/test_palette_delegate.cc
+++ b/ash/test/test_palette_delegate.cc
@@ -44,4 +44,12 @@ void TestPaletteDelegate::TakePartialScreenshot(const base::Closure& done) {
void TestPaletteDelegate::CancelPartialScreenshot() {}
+bool TestPaletteDelegate::IsMetalayerSupported() {
+ return false;
+}
+
+void TestPaletteDelegate::ShowMetalayer(const base::Closure& closed) {}
+
+void TestPaletteDelegate::HideMetalayer() {}
+
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698