| Index: chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/DocumentActivityHWATest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/DocumentActivityHWATest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/DocumentActivityHWATest.java
|
| index 97fe905482d3ec868710742bca987037c6b188be..e800971bcee55fde43d544f00ae9be3cc02c25ff 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/DocumentActivityHWATest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/DocumentActivityHWATest.java
|
| @@ -12,12 +12,10 @@ import org.chromium.base.ApplicationStatus;
|
| import org.chromium.base.test.util.Restriction;
|
| import org.chromium.chrome.browser.document.DocumentActivity;
|
| import org.chromium.chrome.browser.document.DocumentModeTest;
|
| -import org.chromium.chrome.test.util.DisableInTabbedMode;
|
|
|
| /**
|
| * Tests that DocumentActivity is hardware accelerated only high-end devices.
|
| */
|
| -@DisableInTabbedMode
|
| public class DocumentActivityHWATest extends DocumentModeTest {
|
|
|
| @SmallTest
|
|
|