summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--chrome/test/ui/ppapi_uitest.cc4
2 files changed, 5 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 5d54d56..de3afd0 100644
--- a/DEPS
+++ b/DEPS
@@ -158,7 +158,7 @@ deps = {
Var("libvpx_revision"),
"src/third_party/ppapi":
- "http://ppapi.googlecode.com/svn/trunk@130",
+ "http://ppapi.googlecode.com/svn/trunk@133",
"src/third_party/libjingle/source":
"http://libjingle.googlecode.com/svn/branches/nextsnap@" +
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 264f317..f88910d 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -118,6 +118,10 @@ TEST_F(PPAPITest, URLLoader) {
RunTestViaHTTP("URLLoader");
}
+TEST_F(PPAPITest, PaintAgggregator) {
+ RunTestViaHTTP("PaintAggregator");
+}
+
// http://crbug.com/48544
TEST_F(PPAPITest, FAILS_Scrollbar) {
RunTest("Scrollbar");