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

Unified Diff: ash/test/test_palette_delegate.h

Issue 2824703006: Add MetalayerMode to the palette. (Closed)
Patch Set: 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.h
diff --git a/ash/test/test_palette_delegate.h b/ash/test/test_palette_delegate.h
index a572eb32b720c98e7b596ac7593394c9b430b3b8..739a1c6156a025b02b73548f07420a52de716ae8 100644
--- a/ash/test/test_palette_delegate.h
+++ b/ash/test/test_palette_delegate.h
@@ -51,6 +51,9 @@ class TestPaletteDelegate : public PaletteDelegate {
void TakeScreenshot() override;
void TakePartialScreenshot(const base::Closure& done) override;
void CancelPartialScreenshot() override;
+ bool HasMetalayer() override;
+ void ShowMetalayer(const base::Closure& done) override;
+ void HideMetalayer() override;
int create_note_count_ = 0;
int has_note_app_count_ = 0;

Powered by Google App Engine
This is Rietveld 408576698