HomeSort by relevance Sort by last modified time
    Searched full:large_bitmap (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/common/
host_shared_bitmap_manager_unittest.cc 31 scoped_ptr<cc::SharedBitmap> large_bitmap; local
32 large_bitmap = manager_->GetSharedBitmapFromId(gfx::Size(1024, 1024), id);
33 EXPECT_TRUE(large_bitmap.get() == NULL);

Completed in 783 milliseconds