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

Unified Diff: third_party/WebKit/Source/web/WebFrameContentDumper.cpp

Issue 2614883007: Change computed style enums to be prefixed with 'k'. (Closed)
Patch Set: Rebase on ToT. Created 3 years, 11 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/web/WebFrameContentDumper.cpp
diff --git a/third_party/WebKit/Source/web/WebFrameContentDumper.cpp b/third_party/WebKit/Source/web/WebFrameContentDumper.cpp
index 8877991feb97186233e59c9ac28e350e1486f35e..5700e7e9c1aa2b8516185db81cc3dccd7f7ebf8b 100644
--- a/third_party/WebKit/Source/web/WebFrameContentDumper.cpp
+++ b/third_party/WebKit/Source/web/WebFrameContentDumper.cpp
@@ -72,7 +72,7 @@ static void frameContentAsPlainText(size_t maxChars,
(contentLayoutItem.location().y() + contentLayoutItem.size().height() <=
0) ||
(!ownerLayoutItem.isNull() && ownerLayoutItem.style() &&
- ownerLayoutItem.style()->visibility() != EVisibility::Visible)) {
+ ownerLayoutItem.style()->visibility() != EVisibility::kVisible)) {
continue;
}
« no previous file with comments | « third_party/WebKit/Source/web/WebFormControlElement.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698