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

Unified Diff: third_party/WebKit/Source/core/dom/IdTargetObserver.h

Issue 2824823003: DOM-based SVG resource tracking (Closed)
Patch Set: Update baselines Created 3 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
Index: third_party/WebKit/Source/core/dom/IdTargetObserver.h
diff --git a/third_party/WebKit/Source/core/dom/IdTargetObserver.h b/third_party/WebKit/Source/core/dom/IdTargetObserver.h
index d475a95393fc2fefa4271017bb1313fa7ded10ed..e6cd7fade3ba66a44dc512b5e9726087a46b3f37 100644
--- a/third_party/WebKit/Source/core/dom/IdTargetObserver.h
+++ b/third_party/WebKit/Source/core/dom/IdTargetObserver.h
@@ -43,6 +43,8 @@ class IdTargetObserver : public GarbageCollectedFinalized<IdTargetObserver> {
protected:
IdTargetObserver(IdTargetObserverRegistry&, const AtomicString& id);
+ const AtomicString& Id() const { return id_; }
+
private:
IdTargetObserverRegistry& Registry() { return *registry_; }
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.cpp ('k') | third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698