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

Unified Diff: ash/shell/shell_delegate_impl.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
« no previous file with comments | « ash/palette_delegate.h ('k') | ash/system/palette/palette_ids.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..7db49147b9cf8a98cb857ad570d46751cc1d6eb8 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 IsMetalayerSupported() override { return false; }
+ void ShowMetalayer(const base::Closure& closed) override {}
+ void HideMetalayer() override {}
private:
DISALLOW_COPY_AND_ASSIGN(PaletteDelegateImpl);
« no previous file with comments | « ash/palette_delegate.h ('k') | ash/system/palette/palette_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698