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

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

Issue 2831583003: Remove LayoutView from LayoutSelection::commit() (Closed)
Patch Set: update Created 3 years, 8 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: third_party/WebKit/Source/core/editing/LayoutSelection.h
diff --git a/third_party/WebKit/Source/core/editing/LayoutSelection.h b/third_party/WebKit/Source/core/editing/LayoutSelection.h
index 3b640344e4180d961c0b1b83c26b86dda5b4753b..ac5b3c0f850950bb54c637deb4ae0a4dd71d3d52 100644
--- a/third_party/WebKit/Source/core/editing/LayoutSelection.h
+++ b/third_party/WebKit/Source/core/editing/LayoutSelection.h
@@ -29,7 +29,6 @@
namespace blink {
class FrameSelection;
-class LayoutView;
class LayoutSelection final : public GarbageCollected<LayoutSelection> {
public:
@@ -41,7 +40,7 @@ class LayoutSelection final : public GarbageCollected<LayoutSelection> {
bool HasPendingSelection() const { return has_pending_selection_; }
void SetHasPendingSelection(PaintHint);
- void Commit(LayoutView&);
+ void Commit();
IntRect SelectionBounds();
void InvalidatePaintForSelection();
« no previous file with comments | « third_party/WebKit/Source/core/editing/FrameSelection.cpp ('k') | third_party/WebKit/Source/core/editing/LayoutSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698