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

Unified Diff: third_party/WebKit/Source/core/editing/DragCaretController.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/DragCaretController.h
diff --git a/third_party/WebKit/Source/core/editing/DragCaretController.h b/third_party/WebKit/Source/core/editing/DragCaretController.h
index 77a7758a9ee1b4a2f298712b0da4bcc56b128bd4..b1fa615e9714323474ef86d78c8d34d1b6811716 100644
--- a/third_party/WebKit/Source/core/editing/DragCaretController.h
+++ b/third_party/WebKit/Source/core/editing/DragCaretController.h
@@ -39,7 +39,7 @@ public:
static PassOwnPtrWillBeRawPtr<DragCaretController> create();
LayoutBlock* caretLayoutObject() const;
- void paintDragCaret(LocalFrame*, GraphicsContext*, const LayoutPoint&) const;
+ void paintDragCaret(LocalFrame*, GraphicsContext&, const LayoutPoint&) const;
bool isContentEditable() const;
bool isContentRichlyEditable() const;
« no previous file with comments | « third_party/WebKit/Source/core/editing/CaretBase.cpp ('k') | third_party/WebKit/Source/core/editing/DragCaretController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698