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

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

Issue 2682743006: Add unittests for CursorRendererMac (Closed)
Patch Set: address comments 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..2da16c07b0468b1b2d5e7678df9f67ff6b206ec1 100644
--- a/content/browser/media/capture/cursor_renderer_mac.h
+++ b/content/browser/media/capture/cursor_renderer_mac.h
@@ -44,6 +44,8 @@ class CONTENT_EXPORT CursorRendererMac : public CursorRenderer {
SkBitmap GetLastKnownCursorImage(gfx::Point* hot_point) final;
private:
+ friend class CursorRendererMacTest;
+
// Called for mouse activity events.
void OnMouseEvent();
« no previous file with comments | « content/browser/media/capture/cursor_renderer.h ('k') | content/browser/media/capture/cursor_renderer_mac_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698