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

Unified Diff: skia/ext/bitmap_platform_device_skia.h

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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 | « skia/ext/analysis_canvas.cc ('k') | skia/ext/convolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/bitmap_platform_device_skia.h
diff --git a/skia/ext/bitmap_platform_device_skia.h b/skia/ext/bitmap_platform_device_skia.h
index 90a2a9a5ec3ec9afc15f0583e47bcd94fd882621..6a8fe7dc7b63f927aed3aaaa803ec7e55aed994c 100644
--- a/skia/ext/bitmap_platform_device_skia.h
+++ b/skia/ext/bitmap_platform_device_skia.h
@@ -35,13 +35,12 @@ class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
// we ever have to share state between some native drawing UI and Skia, like
// the Windows and Mac versions of this class do.
explicit BitmapPlatformDevice(const SkBitmap& other);
- virtual ~BitmapPlatformDevice();
+ ~BitmapPlatformDevice() override;
- virtual PlatformSurface BeginPlatformPaint() override;
+ PlatformSurface BeginPlatformPaint() override;
protected:
- virtual SkBaseDevice* onCreateCompatibleDevice(const CreateInfo& info)
- override;
+ SkBaseDevice* onCreateCompatibleDevice(const CreateInfo& info) override;
private:
DISALLOW_COPY_AND_ASSIGN(BitmapPlatformDevice);
« no previous file with comments | « skia/ext/analysis_canvas.cc ('k') | skia/ext/convolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698