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

Unified Diff: sky/viewer/content_handler_impl.h

Issue 752683002: Break Sky's dependency on cc (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/viewer/cc/web_transform_operations_impl.cc ('k') | sky/viewer/content_handler_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/content_handler_impl.h
diff --git a/sky/viewer/content_handler_impl.h b/sky/viewer/content_handler_impl.h
index 528a6bd85d804d6e54425a6e455155cd776edfc1..c7c429ba32243e870972d43d77f1735d1fd52ad6 100644
--- a/sky/viewer/content_handler_impl.h
+++ b/sky/viewer/content_handler_impl.h
@@ -14,15 +14,13 @@ class DocumentView;
class ContentHandlerImpl : public mojo::InterfaceImpl<mojo::ContentHandler> {
public:
- ContentHandlerImpl(scoped_refptr<base::MessageLoopProxy> compositor_thread);
- virtual ~ContentHandlerImpl();
+ ContentHandlerImpl();
+ ~ContentHandlerImpl() override;
private:
// Overridden from ContentHandler:
- virtual void StartApplication(mojo::ShellPtr shell,
- mojo::URLResponsePtr response) override;
-
- scoped_refptr<base::MessageLoopProxy> compositor_thread_;
+ void StartApplication(mojo::ShellPtr shell,
+ mojo::URLResponsePtr response) override;
DISALLOW_COPY_AND_ASSIGN(ContentHandlerImpl);
};
« no previous file with comments | « sky/viewer/cc/web_transform_operations_impl.cc ('k') | sky/viewer/content_handler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698