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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayer.h

Issue 1495053002: Rename PaintLayer::enclosingElement -> PaintLayer::enclosingNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: on second thought, go back to the original approach :) Created 5 years 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/paint/PaintLayer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/PaintLayer.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
index ccb457742376b6f94f3383fbf753d21ff1483e1b..b49b421e44bd91e9fadcc24eb57a7b3c1f67d9a2 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
@@ -440,7 +440,7 @@ public:
void updateFilters(const ComputedStyle* oldStyle, const ComputedStyle& newStyle);
- Node* enclosingElement() const;
+ Node* enclosingNode() const;
bool isInTopLayer() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698