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

Unified Diff: ash/common/palette_delegate.h

Issue 2311393004: Laser tool blocks events from propagating. (Closed)
Patch Set: Fixed patch set 2 errors. Created 4 years, 3 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/common/palette_delegate.h
diff --git a/ash/common/palette_delegate.h b/ash/common/palette_delegate.h
index 8b6be72891504488cd105dfb5db06c016af2d834..3d6ad62339313af9e509c6de074626b989799e53 100644
--- a/ash/common/palette_delegate.h
+++ b/ash/common/palette_delegate.h
@@ -37,6 +37,8 @@ class PaletteDelegate {
virtual bool HasNoteApp() = 0;
// Enables or disables the partial magnifier.
+ // TODO(sammiequon): This can be removed from the delegate and put in wmshell.
+ // See http://crbug.com/647031.
James Cook 2016/09/14 22:53:38 Thanks for filing a bug for this.
sammiequon 2016/09/16 17:35:26 No problem
virtual void SetPartialMagnifierState(bool enabled) = 0;
// Set callback that is run when a stylus is inserted or removed.
@@ -62,10 +64,6 @@ class PaletteDelegate {
// Cancels any active partial screenshot session.
virtual void CancelPartialScreenshot() = 0;
- // Called when the laser pointer has been enabled or disabled.
- virtual void OnLaserPointerEnabled() = 0;
- virtual void OnLaserPointerDisabled() = 0;
-
private:
DISALLOW_ASSIGN(PaletteDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698