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

Unified Diff: ash/common/test/test_palette_delegate.h

Issue 2239743004: Palette tool laser prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch
Patch Set: Refactored drawing code. 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
Index: ash/common/test/test_palette_delegate.h
diff --git a/ash/common/test/test_palette_delegate.h b/ash/common/test/test_palette_delegate.h
index 896232dace046c6f92de817729d14e3454815b0f..fc7772e48a295b9bcc12dc9e4abafb8d35a0c553 100644
--- a/ash/common/test/test_palette_delegate.h
+++ b/ash/common/test/test_palette_delegate.h
@@ -26,6 +26,8 @@ class TestPaletteDelegate : public PaletteDelegate {
// PaletteDelegate:
void CreateNote() override;
bool HasNoteApp() override;
+ void OnLaserPointerEnabled() override;
+ void OnLaserPointerDisabled() override;
bool has_note_app_ = false;
int create_note_count_ = 0;

Powered by Google App Engine
This is Rietveld 408576698