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

Unified Diff: webkit/glue/dom_operations.h

Issue 12209082: Remove dead code related to WebAnimationController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | webkit/glue/dom_operations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/dom_operations.h
diff --git a/webkit/glue/dom_operations.h b/webkit/glue/dom_operations.h
index bfaa40ad10a0ce9bac29ced7c765e4d408c18be3..c2c49907e322b805df5086cb1b6d84969887aa62 100644
--- a/webkit/glue/dom_operations.h
+++ b/webkit/glue/dom_operations.h
@@ -61,30 +61,11 @@ WEBKIT_GLUE_EXPORT bool GetAllSavableResourceLinksForCurrentPage(
const GURL& page_url, SavableResourcesResult* savable_resources_result,
const char** savable_schemes);
-// Invokes pauseAnimationAtTime on the AnimationController associated with the
-// |view|s main frame.
-// This is used by test shell.
-bool PauseAnimationAtTimeOnElementWithId(WebKit::WebView* view,
- const std::string& animation_name,
- double time,
- const std::string& element_id);
-
-// Invokes pauseTransitionAtTime on the AnimationController associated with the
-// |view|s main frame.
-// This is used by test shell.
-bool PauseTransitionAtTimeOnElementWithId(WebKit::WebView* view,
- const std::string& property_name,
- double time,
- const std::string& element_id);
-
// Returns true if the element with |element_id| as its id has autocomplete
// on.
bool ElementDoesAutoCompleteForElementWithId(WebKit::WebView* view,
const std::string& element_id);
-// Returns the number of animations currently running.
-int NumberOfActiveAnimations(WebKit::WebView* view);
-
// Returns the value in an elements resource url attribute. For IMG, SCRIPT or
// INPUT TYPE=image, returns the value in "src". For LINK TYPE=text/css, returns
// the value in "href". For BODY, TABLE, TR, TD, returns the value in
« no previous file with comments | « no previous file | webkit/glue/dom_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698