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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.cpp

Issue 2670643004: Rename EDisplay values with k prefix. (Closed)
Patch Set: Rebase Created 3 years, 9 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/layout/LayoutPagedFlowThread.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.cpp b/third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.cpp
index d7074174a07f54a31fb8e5df611d1f8e99f7bf5f..41bc1b58e5b10641a8be0e97ecd19e93cfa9eee9 100644
--- a/third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.cpp
@@ -14,7 +14,7 @@ LayoutPagedFlowThread* LayoutPagedFlowThread::createAnonymous(
LayoutPagedFlowThread* pagedFlowThread = new LayoutPagedFlowThread();
pagedFlowThread->setDocumentForAnonymous(&document);
pagedFlowThread->setStyle(ComputedStyle::createAnonymousStyleWithDisplay(
- parentStyle, EDisplay::Block));
+ parentStyle, EDisplay::kBlock));
return pagedFlowThread;
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698