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

Unified Diff: Source/core/editing/EditingTestBase.h

Issue 1203613003: Make inSameLine() in VisibleUnits.cpp to work with positions in composed tree (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-06-24T17:52:54 Get rid of redundant explict in RenderedPosition Created 5 years, 6 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/core.gypi ('k') | Source/core/editing/EditingTestBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/EditingTestBase.h
diff --git a/Source/core/editing/EditingTestBase.h b/Source/core/editing/EditingTestBase.h
index d5dd5a75bfbf67a6756f0e027814789802e0254c..0a7266ac47249a52e34166f7eb78263987998494 100644
--- a/Source/core/editing/EditingTestBase.h
+++ b/Source/core/editing/EditingTestBase.h
@@ -27,6 +27,7 @@ protected:
void setBodyContent(const char*);
PassRefPtrWillBeRawPtr<ShadowRoot> setShadowContent(const char*);
+ void updateLayoutAndStyleForPainting();
static Position positionInDOMTree(Node& anchor, int offset);
static PositionInComposedTree positionInComposedTree(Node& anchor, int offset);
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/editing/EditingTestBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698