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

Unified Diff: Source/core/paint/InlineTextBoxPainter.h

Issue 1141403003: [S.P.] Expand cull-rect for text boxes with selection bounds (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use localSelectionRect. Created 5 years, 7 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 | « Source/core/dom/DocumentMarkerController.h ('k') | Source/core/paint/InlineTextBoxPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/InlineTextBoxPainter.h
diff --git a/Source/core/paint/InlineTextBoxPainter.h b/Source/core/paint/InlineTextBoxPainter.h
index 553e663f7605a20d8e14808cdee9d12570fb0b1f..e3fccbc9bf1ca6698389d80629edcd2887be3c6a 100644
--- a/Source/core/paint/InlineTextBoxPainter.h
+++ b/Source/core/paint/InlineTextBoxPainter.h
@@ -13,6 +13,7 @@ struct CompositionUnderline;
struct PaintInfo;
class Color;
+class ComputedStyle;
class DocumentMarker;
class FloatPoint;
class FloatRect;
@@ -20,7 +21,6 @@ class Font;
class GraphicsContext;
class InlineTextBox;
class LayoutPoint;
-class ComputedStyle;
class LayoutTextCombine;
class InlineTextBoxPainter {
« no previous file with comments | « Source/core/dom/DocumentMarkerController.h ('k') | Source/core/paint/InlineTextBoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698