Chromium Code Reviews

Unified Diff: Source/core/rendering/RenderMediaControls.h

Issue 21430003: Implement interfaces in PaintInfo and make it a class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@getterPaintInfo01
Patch Set: Fixed Linux compilation (hopefuly Windows too), addressing some reviewer's suggestions. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/rendering/RenderMediaControls.h
diff --git a/Source/core/rendering/RenderMediaControls.h b/Source/core/rendering/RenderMediaControls.h
index aca27ba5a1c2a3e8ae09e02b932232f14ab5389f..f5ac99231b6aff8da9cf7eef4be17b93ed57eab8 100644
--- a/Source/core/rendering/RenderMediaControls.h
+++ b/Source/core/rendering/RenderMediaControls.h
@@ -30,7 +30,7 @@
namespace WebCore {
-struct PaintInfo;
+class PaintInfo;
class HTMLMediaElement;
class IntRect;

Powered by Google App Engine