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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/ImageCapture.h

Issue 2742573005: Avoid to include IDL-generated headers from EventTarget.h and Node.h (Closed)
Patch Set: . Created 3 years, 9 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
Index: third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
index fbea909a62064b40cf1f0623b566cfb944c32c4d..45d24862c007c330c86cc74831f3fd4b89c3d2fa 100644
--- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
+++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
@@ -20,6 +20,7 @@ namespace blink {
class ExceptionState;
class MediaStreamTrack;
class PhotoSettings;
+class ScriptPromiseResolver;
class WebImageCaptureFrameGrabber;
// TODO(mcasas): Consideradding a LayoutTest checking that this class is not

Powered by Google App Engine
This is Rietveld 408576698