Index: cc/test/fake_scoped_ui_resource.cc |
diff --git a/cc/test/fake_scoped_ui_resource.cc b/cc/test/fake_scoped_ui_resource.cc |
index 02f0fa9b12f0201f82c4443400944a254a920721..73b39072305258ea8decabd34460f3b9cbc2cc5b 100644 |
--- a/cc/test/fake_scoped_ui_resource.cc |
+++ b/cc/test/fake_scoped_ui_resource.cc |
@@ -16,7 +16,10 @@ scoped_ptr<FakeScopedUIResource> FakeScopedUIResource::Create( |
FakeScopedUIResource::FakeScopedUIResource(LayerTreeHost* host) { |
ResetCounters(); |
bitmap_ = UIResourceBitmap::Create( |
- new uint8_t[1], UIResourceBitmap::RGBA8, gfx::Size(1, 1)); |
+ new uint8_t[1], |
+ UIResourceBitmap::RGBA8, |
+ UIResourceBitmap::ClampToEdge, |
+ gfx::Size(1, 1)); |
host_ = host; |
id_ = host_->CreateUIResource(this); |
} |