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

Unified Diff: ash/shell/shell_delegate_impl.cc

Issue 2824703006: Add MetalayerMode to the palette. (Closed)
Patch Set: Addressed comments 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/shell/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index 0baaab39c65d3d941cb4a1da978ffe5e2a6f44d5..cb8541645553444a6ab22ef10b91d2bdb46d1a1d 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -52,6 +52,9 @@ class PaletteDelegateImpl : public PaletteDelegate {
done.Run();
}
void CancelPartialScreenshot() override {}
+ bool HasMetalayer() override { return false; }
+ void ShowMetalayer(const base::Closure& done) override {}
+ void HideMetalayer() override {}
private:
DISALLOW_COPY_AND_ASSIGN(PaletteDelegateImpl);

Powered by Google App Engine
This is Rietveld 408576698