Index: content/browser/compositor/delegated_frame_host.h |
diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h |
index 5af6da420c037ab8ad9139ec5a2f0d97f3589ebd..54663a7da41ebcb777b2d8db25e4f493d19e8c3e 100644 |
--- a/content/browser/compositor/delegated_frame_host.h |
+++ b/content/browser/compositor/delegated_frame_host.h |
@@ -5,6 +5,7 @@ |
#ifndef CONTENT_BROWSER_COMPOSITOR_DELEGATED_FRAME_HOST_H_ |
#define CONTENT_BROWSER_COMPOSITOR_DELEGATED_FRAME_HOST_H_ |
+#include "base/gtest_prod_util.h" |
#include "cc/layers/delegated_frame_provider.h" |
#include "cc/layers/delegated_frame_resource_collection.h" |
#include "cc/output/copy_output_result.h" |
@@ -85,7 +86,7 @@ class CONTENT_EXPORT DelegatedFrameHost |
public cc::SurfaceFactoryClient, |
public base::SupportsWeakPtr<DelegatedFrameHost> { |
public: |
- DelegatedFrameHost(DelegatedFrameHostClient* client); |
+ explicit DelegatedFrameHost(DelegatedFrameHostClient* client); |
~DelegatedFrameHost() override; |
// ui::CompositorObserver implementation. |