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

Unified Diff: sky/shell/gpu/rasterizer.h

Issue 1202323002: Port sky_shell to Linux for testing (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/shell/BUILD.gn ('k') | sky/shell/linux/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/gpu/rasterizer.h
diff --git a/sky/shell/gpu/rasterizer.h b/sky/shell/gpu/rasterizer.h
index 84789143797d47ee31ba2f33a651a5f82a7994dc..a0aec6e6e43e40ab1982dc8c901ef67a5917160b 100644
--- a/sky/shell/gpu/rasterizer.h
+++ b/sky/shell/gpu/rasterizer.h
@@ -28,7 +28,7 @@ class GaneshSurface;
class Rasterizer : public GPUDelegate {
public:
explicit Rasterizer();
- ~Rasterizer();
+ ~Rasterizer() override;
base::WeakPtr<Rasterizer> GetWeakPtr();
« no previous file with comments | « sky/shell/BUILD.gn ('k') | sky/shell/linux/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698