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

Unified Diff: third_party/WebKit/Source/core/editing/FrameSelection.h

Issue 1512803004: Use refs for GraphicsContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ScrollbarTheme
Patch Set: Created 5 years 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: third_party/WebKit/Source/core/editing/FrameSelection.h
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
index abc035b36da9b5c86de54c8d520c5b715741d1cb..6504e6060022944eb2c0f21837a81c2b0a92e437 100644
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
@@ -192,7 +192,7 @@ public:
void setCaretRectNeedsUpdate();
void scheduleVisualUpdate() const;
void invalidateCaretRect();
- void paintCaret(GraphicsContext*, const LayoutPoint&);
+ void paintCaret(GraphicsContext&, const LayoutPoint&);
bool ShouldPaintCaretForTesting() const { return m_shouldPaintCaret; }
// Used to suspend caret blinking while the mouse is down.

Powered by Google App Engine
This is Rietveld 408576698