Kaydet (Commit) 75ec6589 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: cosmetic reident and cleanup of ServerFontLayoutEngine class definition

Change-Id: I9ba9044ef9603ec9050b40d3dd6f01cfb45df134
üst 67deb9f8
......@@ -314,8 +314,9 @@ private:
class ServerFontLayoutEngine
{
public:
virtual ~ServerFontLayoutEngine() {}
virtual bool layout(ServerFontLayout&, ImplLayoutArgs&) = 0;
virtual ~ServerFontLayoutEngine() {}
virtual bool layout(ServerFontLayout&, ImplLayoutArgs&) = 0;
};
class GlyphCachePeer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment