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

Unified Diff: content/browser/media/capture/cursor_renderer_mac.h

Issue 2682743006: Add unittests for CursorRendererMac (Closed)
Patch Set: Created 3 years, 10 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: content/browser/media/capture/cursor_renderer_mac.h
diff --git a/content/browser/media/capture/cursor_renderer_mac.h b/content/browser/media/capture/cursor_renderer_mac.h
index 173edba23801cf90eeec9cb10401d281b8e8d1d2..8ae4da9caac8bd892a6d8c879067e79fa337e697 100644
--- a/content/browser/media/capture/cursor_renderer_mac.h
+++ b/content/browser/media/capture/cursor_renderer_mac.h
@@ -43,10 +43,10 @@ class CONTENT_EXPORT CursorRendererMac : public CursorRenderer {
gfx::NativeCursor GetLastKnownCursor() final;
SkBitmap GetLastKnownCursorImage(gfx::Point* hot_point) final;
- private:
// Called for mouse activity events.
void OnMouseEvent();
+ private:
miu 2017/02/09 21:54:07 Rather than make OnMouseEvent() private, how about
braveyao 2017/02/09 23:15:36 Done.
NSView* const view_;
base::scoped_nsobject<CursorRendererMouseTracker> mouse_tracker_;

Powered by Google App Engine
This is Rietveld 408576698