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

Unified Diff: sky/engine/core/css/CSSValueList.h

Issue 799113003: Remove hasFailedOrCanceledSubresources. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « sky/engine/core/css/CSSValue.cpp ('k') | sky/engine/core/css/CSSValueList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSValueList.h
diff --git a/sky/engine/core/css/CSSValueList.h b/sky/engine/core/css/CSSValueList.h
index 9ed6e315c943bc2a1459f1d0584e7fdb2bbcc9ce..5d88debc5b55af199dc4ec20cd1143bebf3ed96f 100644
--- a/sky/engine/core/css/CSSValueList.h
+++ b/sky/engine/core/css/CSSValueList.h
@@ -57,8 +57,6 @@ public:
bool equals(const CSSValueList&) const;
bool equals(const CSSValue&) const;
- bool hasFailedOrCanceledSubresources() const;
-
PassRefPtr<CSSValueList> cloneForCSSOM() const;
protected:
« no previous file with comments | « sky/engine/core/css/CSSValue.cpp ('k') | sky/engine/core/css/CSSValueList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698