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

Unified Diff: sky/engine/core/rendering/HitTestResult.h

Issue 689373003: Remove most of the media stack. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/core/rendering/HitTestResult.h
diff --git a/sky/engine/core/rendering/HitTestResult.h b/sky/engine/core/rendering/HitTestResult.h
index 10556ab369a53e7ed3464f0de5841f49c2005c0a..759cda2f7ce7cbc66304d153f4fff5479b91af87 100644
--- a/sky/engine/core/rendering/HitTestResult.h
+++ b/sky/engine/core/rendering/HitTestResult.h
@@ -38,7 +38,6 @@ namespace blink {
class Element;
class LocalFrame;
-class HTMLMediaElement;
class Image;
class KURL;
class Node;
@@ -110,7 +109,6 @@ public:
// This variant of absoluteImageURL will also convert <canvas> elements
// to huge image data URLs (very expensive).
KURL absoluteImageURLIncludingCanvasDataURL() const;
- KURL absoluteMediaURL() const;
KURL absoluteLinkURL() const;
String textContent() const;
bool isLiveLink() const;
@@ -138,7 +136,6 @@ public:
private:
KURL absoluteImageURLInternal(bool allowCanvas) const;
NodeSet& mutableRectBasedTestResult(); // See above.
- HTMLMediaElement* mediaElement() const;
HitTestLocation m_hitTestLocation;
« no previous file with comments | « sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp ('k') | sky/engine/core/rendering/HitTestResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698