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

Unified Diff: Source/testing/runner/WebTestThemeEngineMac.h

Issue 23440025: TestRunner library classes should be marked as NonCopyable. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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 | « Source/testing/runner/WebTestThemeControlWin.h ('k') | Source/testing/runner/WebTestThemeEngineWin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/WebTestThemeEngineMac.h
diff --git a/Source/testing/runner/WebTestThemeEngineMac.h b/Source/testing/runner/WebTestThemeEngineMac.h
index f80586176e731cffe5a1b36f9ebbea27ad5fa45c..717574832ed70022e829155b9b5a34a7c1c741b6 100644
--- a/Source/testing/runner/WebTestThemeEngineMac.h
+++ b/Source/testing/runner/WebTestThemeEngineMac.h
@@ -30,11 +30,12 @@
#ifndef WebTestThemeEngineMac_h
#define WebTestThemeEngineMac_h
+#include "public/platform/WebNonCopyable.h"
#include "public/platform/mac/WebThemeEngine.h"
namespace WebTestRunner {
-class WebTestThemeEngineMac : public WebKit::WebThemeEngine {
+class WebTestThemeEngineMac : public WebKit::WebThemeEngine, public WebKit::WebNonCopyable {
public:
virtual void paintScrollbarThumb(
WebKit::WebCanvas*,
« no previous file with comments | « Source/testing/runner/WebTestThemeControlWin.h ('k') | Source/testing/runner/WebTestThemeEngineWin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698