Bug 967844. Part 2: Move mContentDescription from Layer to FrameMetrics. r=kats

This commit is contained in:
Robert O'Callahan
2014-08-30 00:23:25 +12:00
parent 86ca57194d
commit 9f1c69dd7f
8 changed files with 38 additions and 30 deletions

View File

@@ -328,13 +328,6 @@ public:
return mLayer->GetClipRect();
}
const std::string& GetContentDescription() const
{
MOZ_ASSERT(IsValid());
return mLayer->GetContentDescription();
}
// Expose an opaque pointer to the layer. Mostly used for printf
// purposes. This is not intended to be a general-purpose accessor
// for the underlying layer.