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

Unified Diff: components/mus/public/cpp/window_surface_client.h

Issue 1864543004: Make sure BitmapUploader Returns Resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Scott's comment Created 4 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
« no previous file with comments | « components/bitmap_uploader/bitmap_uploader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/window_surface_client.h
diff --git a/components/mus/public/cpp/window_surface_client.h b/components/mus/public/cpp/window_surface_client.h
index 64e50c1b885a5a3ad1639080b6c8a6894c4cfef4..22bde17ebc6d349679b7e0241fed781255c4a6cc 100644
--- a/components/mus/public/cpp/window_surface_client.h
+++ b/components/mus/public/cpp/window_surface_client.h
@@ -16,7 +16,7 @@ class WindowSurfaceClient {
mojo::Array<mojom::ReturnedResourcePtr> resources) = 0;
protected:
- ~WindowSurfaceClient() {}
+ virtual ~WindowSurfaceClient() {}
};
} // namespace mus
« no previous file with comments | « components/bitmap_uploader/bitmap_uploader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698