summaryrefslogtreecommitdiffstats
path: root/remoting/client/frame_consumer.h
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-30 20:35:26 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-30 20:35:26 +0000
commitbcad2686e10ff2ff31c21e2cc77bd1cee6482e9e (patch)
tree6000696a564ee1d3c005c63947d38e9486d75143 /remoting/client/frame_consumer.h
parenta31de5292f5facfeec460cd2defc0b131851fb7a (diff)
downloadchromium_src-bcad2686e10ff2ff31c21e2cc77bd1cee6482e9e.zip
chromium_src-bcad2686e10ff2ff31c21e2cc77bd1cee6482e9e.tar.gz
chromium_src-bcad2686e10ff2ff31c21e2cc77bd1cee6482e9e.tar.bz2
Move us fully from gfx:: over to skia types for consistency.
BUG=92085 TEST=BUILD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=103523 Review URL: http://codereview.chromium.org/7992011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/frame_consumer.h')
-rw-r--r--remoting/client/frame_consumer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/client/frame_consumer.h b/remoting/client/frame_consumer.h
index 90f5e55..339b3a4 100644
--- a/remoting/client/frame_consumer.h
+++ b/remoting/client/frame_consumer.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -51,7 +51,7 @@ class FrameConsumer {
// Both |frame| and |rects| are guaranteed to be valid until the |done|
// callback is invoked.
virtual void OnPartialFrameOutput(media::VideoFrame* frame,
- UpdatedRects* rects,
+ RectVector* rects,
Task* done) = 0;
private: