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

Unified Diff: cc/surfaces/display_client.h

Issue 888783002: Composite to cc::Display from ui::InProcessContextFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « cc/surfaces/BUILD.gn ('k') | cc/surfaces/onscreen_display_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/display_client.h
diff --git a/cc/surfaces/display_client.h b/cc/surfaces/display_client.h
index 71ee43439d0f003ac04580a5d6cb84734aba4537..66160b61a6b8b827dbc9390ac4033a7a8b391e19 100644
--- a/cc/surfaces/display_client.h
+++ b/cc/surfaces/display_client.h
@@ -7,12 +7,13 @@
#include "base/memory/scoped_ptr.h"
#include "base/time/time.h"
+#include "cc/surfaces/surfaces_export.h"
namespace cc {
struct ManagedMemoryPolicy;
-class DisplayClient {
+class CC_SURFACES_EXPORT DisplayClient {
jamesr 2015/01/30 20:33:10 this type has no exported fields, just a vtable, s
public:
virtual void DisplayDamaged() = 0;
virtual void DidSwapBuffers() = 0;
« no previous file with comments | « cc/surfaces/BUILD.gn ('k') | cc/surfaces/onscreen_display_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698