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

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

Issue 2962143002: [WIP] Find LayoutSelection start/end w/o VisibleSelection. (Closed)
Patch Set: update Created 3 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/LayoutSelection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3e7686f65f7ae6b259dfc007dff0644652a35f70..7cf1788ef4ab3f36b4a973fe6e69f4a5268470bd 100644
--- a/third_party/WebKit/Source/core/editing/LayoutSelection.h
+++ b/third_party/WebKit/Source/core/editing/LayoutSelection.h
@@ -22,13 +22,13 @@
#ifndef LayoutSelection_h
#define LayoutSelection_h
-#include "core/editing/Position.h"
-#include "core/editing/VisibleSelection.h"
#include "platform/heap/Handle.h"
namespace blink {
+class IntRect;
class FrameSelection;
+class LayoutObject;
// This class represents a selection range in layout tree for painting and
// paint invalidation.
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/LayoutSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698