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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp

Issue 2714053003: Fix GCC build for target 'all' (Closed)
Patch Set: #if defined(__GNUC__) Created 3 years, 10 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 | « third_party/WebKit/Source/core/page/NetworkStateNotifier.h ('k') | ui/views/examples/examples_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
index 4e63d42aada33764a4e78120c18ac53e8f213c8f..0796e54496f0db7dc37131ff2afe4c9895c5381a 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
@@ -40,7 +40,7 @@ class PaintLayerClipperTest : public ::testing::WithParamInterface<bool>,
INSTANTIATE_TEST_CASE_P(All,
PaintLayerClipperTest,
- ::testing::ValuesIn({false, true}));
+ ::testing::ValuesIn(std::vector<bool>{false, true}));
TEST_P(PaintLayerClipperTest, LayoutSVGRoot) {
setBodyInnerHTML(
« no previous file with comments | « third_party/WebKit/Source/core/page/NetworkStateNotifier.h ('k') | ui/views/examples/examples_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698