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

Unified Diff: Source/core/testing/Internals.h

Issue 369893006: Allow HTMLPlugInElement to host UA shadow DOM. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 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 | « Source/core/rendering/RenderVideo.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 27f89fa484a30bbb686bb75d6cfc5e778e747e73..5204ba404803039e9d59ab83ec7eb32751902d76 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -54,6 +54,7 @@ class Element;
class ExceptionState;
class ExecutionContext;
class GCObservation;
+class HTMLElement;
class HTMLMediaElement;
class InternalProfilers;
class InternalRuntimeFlags;
@@ -315,6 +316,8 @@ public:
unsigned countHitRegions(CanvasRenderingContext2D*);
+ void forcePluginPlaceholder(HTMLElement* plugin, const String& htmlSource, ExceptionState&);
+
private:
explicit Internals(Document*);
Document* contextDocument() const;
« no previous file with comments | « Source/core/rendering/RenderVideo.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698