Skip to content

Commit

Permalink
Refactor PipelineImpl to use CompositeFilter to manage Filter state t…
Browse files Browse the repository at this point in the history
…ransitions.

BUG=54110
TEST=media_unittests CompositeFilterTest.*

Review URL: http://codereview.chromium.org/5744002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69959 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
acolwell@chromium.org committed Dec 22, 2010
1 parent f5ec1ba commit 17842d8
Show file tree
Hide file tree
Showing 11 changed files with 1,699 additions and 121 deletions.
2 changes: 1 addition & 1 deletion chrome/browser/media_uitest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class MediaTest : public UITest {
}
};

#if defined(OS_LINUX)
#if defined(OS_LINUX) || defined(OS_WIN)
// Test appears to be fine on linux, but let's first change to flaky and
// see how that goes.
// http://crbug.com/56364
Expand Down
Loading

0 comments on commit 17842d8

Please sign in to comment.