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

Unified Diff: ash/test/test_palette_delegate.h

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
« no previous file with comments | « ash/system/palette/tools/metalayer_mode.cc ('k') | ash/test/test_palette_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4fee8b00cfa1cdd50b7849db18f02ac1b32ae968 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 IsMetalayerSupported() override;
+ void ShowMetalayer(const base::Closure& closed) override;
+ void HideMetalayer() override;
int create_note_count_ = 0;
int has_note_app_count_ = 0;
« no previous file with comments | « ash/system/palette/tools/metalayer_mode.cc ('k') | ash/test/test_palette_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698