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

Unified Diff: cc/test/compositor_frame_helpers.h

Issue 2835393003: Reject frames with invalid BeginFrameAck in CompositorFrameSinkSupport (Closed)
Patch Set: Fixed header Created 3 years, 8 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 | « cc/surfaces/surfaces_pixeltest.cc ('k') | cc/test/compositor_frame_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/compositor_frame_helpers.h
diff --git a/cc/test/compositor_frame_helpers.h b/cc/test/compositor_frame_helpers.h
new file mode 100644
index 0000000000000000000000000000000000000000..1c23b69463025c778e310731aa86d0652b400af1
--- /dev/null
+++ b/cc/test/compositor_frame_helpers.h
@@ -0,0 +1,19 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CC_TEST_COMPOSITOR_FRAME_HELPERS_H_
+#define CC_TEST_COMPOSITOR_FRAME_HELPERS_H_
+
+namespace cc {
+
+class CompositorFrame;
+
+namespace test {
danakj 2017/04/25 15:24:36 Didn't realize we had other cc::test::FreeFunction
+
+CompositorFrame MakeCompositorFrame();
+
+} // namespace test
+} // namespace cc
+
+#endif // CC_TEST_COMPOSITOR_FRAME_HELPERS_H_
« no previous file with comments | « cc/surfaces/surfaces_pixeltest.cc ('k') | cc/test/compositor_frame_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698