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

Unified Diff: third_party/WebKit/Source/core/html/canvas/ImageElementBase.h

Issue 2849463005: Refactor ImageBuffer to make OffscreenCanvas match HTMLCanvasElement (Closed)
Patch Set: x Created 3 years, 8 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/core/html/canvas/ImageElementBase.h
diff --git a/third_party/WebKit/Source/core/html/canvas/ImageElementBase.h b/third_party/WebKit/Source/core/html/canvas/ImageElementBase.h
index d8060f49872c8985324795470203eb8a5fdb11b7..70bae73ea85f3500a709f5165ce7e23218011735 100644
--- a/third_party/WebKit/Source/core/html/canvas/ImageElementBase.h
+++ b/third_party/WebKit/Source/core/html/canvas/ImageElementBase.h
@@ -31,7 +31,7 @@ class CORE_EXPORT ImageElementBase : public CanvasImageSource,
PassRefPtr<Image> GetSourceImageForCanvas(SourceImageStatus*,
AccelerationHint,
SnapshotReason,
- const FloatSize&) const override;
+ const FloatSize&) override;
bool WouldTaintOrigin(
SecurityOrigin* destination_security_origin) const override;

Powered by Google App Engine
This is Rietveld 408576698