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

Unified Diff: ash/common/palette_delegate.h

Issue 2239743004: Palette tool laser prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch
Patch Set: Rebased. Created 4 years, 4 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/ash.gyp ('k') | ash/common/system/chromeos/palette/palette_tool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/palette_delegate.h
diff --git a/ash/common/palette_delegate.h b/ash/common/palette_delegate.h
index c84bc00cb1226828694968214e63020337d39121..93f41438abf575423978565487f1f8a07adbbfa3 100644
--- a/ash/common/palette_delegate.h
+++ b/ash/common/palette_delegate.h
@@ -57,6 +57,10 @@ class PaletteDelegate {
// Take a screenshot of a user-selected region.
virtual void TakePartialScreenshot() = 0;
+ // Called when the laser pointer has been enabled or disabled.
+ virtual void OnLaserPointerEnabled() = 0;
+ virtual void OnLaserPointerDisabled() = 0;
+
private:
DISALLOW_ASSIGN(PaletteDelegate);
};
« no previous file with comments | « ash/ash.gyp ('k') | ash/common/system/chromeos/palette/palette_tool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698